BITMAP WIDTH

This command will return an integer value of the width of the current bitmap.

  Syntax
Return Integer=BITMAP WIDTH(Bitmap Number)
Return Integer=BITMAP WIDTH()
  Parameters
Bitmap Number
Integer
Specify a bitmap number between 0 and 32.

  Returns

The value returned is the width of the current bitmap

  Description

You can optionally provide a bitmap number to return the width of a specified bitmap. The parameter should be specified using an integer value.

  Example Code
PRINT BITMAP WIDTH()
WAIT KEY
  See also

BITMAP Commands Menu
Index